body,
p,
li,
a {



 font-family: franklin-gothic-urw,sans-serif;
font-weight: 300;
font-style: normal;
letter-spacing: .02em;
font-size:15.68px;
line-height:1.5;


}

h3,
.h3 {
  border-bottom: 2px solid #fede00 !important;
  font-family: franklin-gothic-urw, sans-serif !important;
}

div.desc h2 {
    font-size: 22px;
    line-height: 20px;
    color: #000;
    font-weight: bold;
}
div.desc p {
    font-size: 18px;
    line-height: 20px;
    color: #000;
}

#dnn_dnnSearch_cmdSearch {
  background-color: #1C3553 !important;
  right: 10px;
}

body {
  overflow-x: hidden;
}

.topbar .row,
.menubar .row {
  margin-bottom: 0px;
}

.topbar .row,
.topbar {
  margin-bottom: 0px !important;
}

.menubar {
  margin-bottom: 10px;
}

.menubar .container {}

@media only screen and (max-width: 800px) {
  .menubar .container {
    padding-left: 15px;
  }

  .nomobile {
    display: none;
  }

  .desc_content {
    display: none;
  }
}

#dnn_dnnSearch_txtSearch {
  display: block;
  float: left;
  width: 160px;
  height: 32px;
  padding: 0 5px 0 10px;
  margin: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  border: 1px solid rgb(104, 104, 104);
  color: #000;
  line-height: 32px;
  font-size: 11px;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  color: #fff !important;
}

.mt-4 {
  margin-top: 30px;
}

.yellowbg {

  background: #f4d407;
  background-image: none;
  background-image: linear-gradient(to bottom, #f4d407, #E4C604);
  border-radius: 0px;

}

.greenborder h5.listinghead {
  background-color: #fede00 !important;
}

a:hover {
  color: #1c3553 !important;
}



.orangebutton {
  padding: 7px;
  max-width: 90%;
  width: 200px;
  background-color: #fede00 !important;
  position: absolute;
  bottom: 5px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  color: #000 !important;
}

.greenborder {
  border: solid 4px #fede00 !important;
  background-color: #fff;
}

body>form #ControlBar_ControlPanel {
  z-index: 999999 !important;
}

.Breadcrumb {
  padding-top: 10px !important;
  padding-bottom: 5px !important;
  padding-left: 0px !important;
  background-color: transparent !important;
}

.ModHelloDNNFlexSliderC {
  margin-top: 0 !important;
  margin-bottom: 0;
}

.topbar a {
  color: #fff !important;
}


.topbar ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: ##fff;
  opacity: 1 !important;
  font-size: 16px;
  font-weight: bold;
}

.topbar ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 1 !important;
  font-size: 16px;
  font-weight: bold;
}

.topbar :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  opacity: 1 !important;
  font-size: 16px;
  font-weight: bold;
}

.topbar :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 1 !important;
  font-size: 16px;
  font-weight: bold;
}

.widget-slider h3 {
  font-size: 16px !important;
  padding-bottom: 5px !important;
}

.row.sidebarpadding.mt-3 {
  margin-top: 20px;
}

.zoom {
  max-width: 80%;
}

.zoom:hover {
  transition-timing-function: ease-in;

  /* Quick on the way out */
  transition: 0.2s;
  -ms-transform: scale(1.2);
  /* IE 9 */
  -webkit-transform: scale(1.2);
  /* Safari 3-8 */
  transform: scale(1.2);

}

.newnav2020 {
  background: #1C3553;
  color: #fff;
}



.navset .homelink i {
  font-size: 20px;
  color: #fff !important;
}

.navset a {
  color: #fff;
}

.headerset {
  background: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}




.newfootset2 a {
  font-weight: normal;
  font-size: 14px;
}

.newfootset2 p,
li {
  font-weight: normal;
  font-size: 14px;
  color: #1c3553;
}

.newfootset2 a,
.newfootset2 a:hover {
  color: #1c3553 !important;
}

.newfootset2 ul {
  margin-left: 0;
}

.afoot h2 {
  font-size: 16px !important;
  color: #1c3553 !important;
  font-weight: normal !important;
  margin-bottom: 35px !important;
}

#dnn_Foot1,
#dnn_Foot2,
#dnn_Foot3 {
  border-right: none !important;
}

.newfootset2 .TitleH2 {
  display: block;
  margin-bottom: 35px !important;
}

.newfootset2 .fab {
  color: #1c3553 !important;
  font-size: 25px !important;
  margin-right: 10px;
}

.desktopheader {
  display: none;
}

.mobileheader {
  display: block;
  background: #fff;
}

.headerm {
  display: grid;
  grid-template-columns: 6fr 10fr;
  padding: 20px;
  grid-gap: 20px;
}

.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #1c3553 !important;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.main-menu-btn {
  /* float: right; */
  margin: 0px !important;
  position: relative !important;
  display: inline-block;
  width: 29px;
  height: 29px;
  text-indent: 29px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0px;
  right: 0px;
}

.navm1 {
  display: grid;
  justify-content: right;
  align-content: center;
}

.icons {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: right;
  align-content: center;
  grid-gap: 15px;
}

.icons i {
  font-size: 25px;
  margin-top: 5px;
  color: #1c3553;
}

.toggle2 input[type="text"],
select,
textarea,
input[type="email"],
input[type="search"],
input[type="password"] {
  padding: 2px;
  margin-bottom: 20px;
  background: #f3f3f3;
  border: 1px solid #bfbfbf;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8), inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8), inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  color: #666;
  font-size: 13px;
  width: 280px;
  height: 31px;
}

.toggle2 div#dnn_dnnSearchm_pnlDefault {
  padding: 20px;
}

@media (min-width: 576px) {}
  .newfootset2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:10px;
  }

@media (min-width: 1300px) {

  .desktopheader {
    display: block;
  }

  .mobileheader {
    display: none;
    background: #fff;
  }




  .navset {
    display: grid;
    grid-template-columns: 16px 10fr;
    justify-content: center;
    align-content: center;
  }

  .navset .homelink {
    display: grid;
    justify-content: center;
    align-content: center;

  }


  .contactblock {
    display: grid;
    grid-template-columns: 3fr 10fr;
    justify-content: center;
    align-content: center;
  }

  .contactset {
    display: grid;
    justify-content: right;
    align-content: center;
  }

ul.icon-logo li {
    padding: 0 3px 10px 20px;
    background-repeat: no-repeat;
    font-size: 15.68px;
    background-position: left 5px;
    padding-left: 30px;
}


  #search {
    width: 346px !important;
    height: 62px;
    font-weight: normal !important;
  }

  #search .fa {
    color: #1c3553 !important;
  }

  #search a {
    font-weight: normal;
    font-size:13px;

  }

  #search a:hover {
    color: #1c3553 !important;
  }

  #dnn_dnnSearch_txtSearch {

    width: 305px !important;

  }

  .newfootset1 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    min-height: 150px;
  }

  .newfootset2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap:10px;
  }

.footblock {
    border-right: 1px solid #d9d7d7;
    padding: 20px;
}

.footblock:first-child {
    border-left: 1px solid #d9d7d7;
    padding: 20px;
}

}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}


.yellow {
  background-color: #ffffff;
  text-align: center;

  padding: 10px;
}

.yellow h2 {
  color: #1c3553;

}

.yellow p {
  color: #000;
}

.yellow h2 {
  margin-top: 0;
}

.yellow h1 {
  font-size: 30px;
}

.yellow p {
  /* font-size: 1.1em; */
}

.news h2 {
  background: #c0c0c0;
  margin: 0;
  padding: 10px;
  color: #fff;
}

.newsgrid {
  display: grid;
  grid-template-columns: 3fr 8fr;
  grid-gap: 30px;
}

.newsgrid .image {
  display: grid;
  align-items: center;
  justify-content: center;
}

.newsgrid h3 {
  color: #1c3553;
  border-bottom: none !important;
}

a.morelink {
  color: #1b3558;
  font-weight: 700 !important;

  padding: 5px;
}

.newsgrid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.newsblock3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.newsblock3 #dnn_set6 {
  background: #1c3553;
  padding: 20px;
}

/* #dnn_set6 h3 {
  border-bottom: none !important;
  font-size: 25px !important;

} */

#dnn_set6 h3 a {
  color: #fff !important;
  font-size: 25px;
}


.overlaynews div.desc {
  background-color: #1c3553a1 !important;
  padding: 10px;
  bottom: 0;
  color: #fff;
  left: 15;
  opacity: 1;
  position: absolute;
  width: 100%;
  height: 100%;
}


.overlaynews div.desc100 {
  background-color: #1c3553a1 !important;
  padding: 10px;
  bottom: 0;
  color: #fff;
  left: 15;
  opacity: 1;
  position: absolute;
  width: 100% !important;
  height: 100%;
}

.overlaynews .widget-slider h3 {
  font-size: 25px !important;
  padding-bottom: 5px !important;
  border-bottom: none !important;
}

.overlaynews .widget-slider h3 a,
.overlaynews .widget-slider h3 a:hover {
  color: #fff !important;
}

.overlaynews .orangebutton {
  padding: 7px;
  max-width: 90%;
  width: 200px;
  background-color: #1c3553 !important;
  position: absolute;
  bottom: 5px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  color: #000 !important;
  border: solid 1px aliceblue;
  color: #fff !important;
}

#out-of-the-box-demo {
  background: #fff;
  display: flex;
}

#out-of-the-box-demo .row {
  margin-bottom: 0px !important;
}

.introtext {
  position: relative;
}

.introtext p.h1 {

  position: relative;
  top: 150px !important;
  left: 200px;
}


.slide {
  display: grid;
  background: #fff;
  grid-template-columns: 4fr 8fr;
}

@media only screen and (max-width: 1000px) {
  .row {
    margin-bottom: 0px;
  }

  .slide {
    display: grid;
    background: #fff;
    grid-template-columns: 1fr !important;
  }

  .slidetext {
    display: grid;
    align-items: center;
    justify-content: center;
    margin-left: 0% !important;
    grid-gap: 20px;
  }

  .block {
    padding: 20px;
  }

  .hide-mobile {
    display: none;
  }

  .overlay div.desc h3 {
    font-size: 15px !important;
  }

  .overlay2 div.desc h3 {
    font-size: 15px !important;
  }

  .overlaynews div.desc h3 {
    font-size: 15px !important;
  }

  .overlaynews,
  .overlay,
  .overlay2 {
    margin-bottom: 20px;
  }

  .footblock {
    text-align: center;
  }
}

.slidetext {
  display: grid;
  align-items: center;
  justify-content: center;
  margin-left: 30%;
}

.innerpage .slidetext {
  display: grid;
  align-items: center;
  justify-content: center;
  margin-left: -5%;
}

.slideimage {
  display: grid;
  justify-content: right;
}

.slide a:hover {
  text-decoration: none !important;
}

.slide p.h1,
.slide h1 {
font-family: franklin-gothic-urw,sans-serif;
  font-size: 36px !important;
  font-weight: 700;
  color: #1c3553 !important;
}

.slide p {
  font-size: 20px !important;
  line-height: 1.2em;
}

a,
a:hover {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-family: franklin-gothic-urw,sans-serif;

  font-weight: 700;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}

.white-text {
  color: #fff !important;
}

h3.no-border {
  border-bottom: none !important;
}

.sy-pager {
  clear: both;
  display: block;
  width: 100%;
  margin: 0;
  padding-top: 20px;
  list-style: none;
  text-align: center;
  background: #fff;
}

.sy-pager li.sy-active a {
  background-color: #1c3553;
}

.afoot.bottomfoot {
  border-top: none;
  background: #f0f0f0;
}

.row {
  margin-bottom: 0;
}


.mainarea {
  margin-top: 30px;

}

.mainarea2 {
  margin-top: 30px;
  margin-bottom: 10px;

}


.overlaymargin {
  margin-bottom: 30px;
}


.overlay,
.overlay2 {
  position: relative !important;
}


@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
  /* For landscape layouts only */


  .overlay div.desc h3,
  .overlay div.desc p {
    display: none;
  }

  .overlay2 div.desc h3,
  .overlay2 div.desc p {
    display: none;
  }


}